Deviation Percent Alarm Calculation
There are two Deviation alarm calculation types that can be implemented in CygNet. The Deviation Value alarm calculation is included with the CygNet Standard Point Scheme. For more information on the Deviation Value alarm calculation, see Default Alarm Calculations. The Deviation Percent alarm calculation can only be implemented with the CygNet Enhanced Point Scheme. See Understanding the CVS Metadata File for more information about the elements and attributes that define the CygNet Enhanced Point Scheme. For more information, see Alarm Calculation Types.
Note: The Calculation Parameters are user-provided.
Deviation Percent
The Percent Deviation alarm uses the Deviation Percent (DEVIATION_PCT) calculation. On each update, the system calculates the percentage change from the previous value and sets the alarm bit if the percentage change exceeds the threshold. This alarm calculation uses Calculation Parameter 1 only.
The following image shows the area of an Analog Alarm Settings page of a PNT Editor with an enabled Percent Deviation alarm using the Deviation Percent calculation type:
|
Alarm Calculation Configuration — Deviation Percent |
Calculation Parameter
- Percent Change (calcparm1) — maximum allowed percentage change before the alarm bit is set
Equation
|
Percent Change = ((Updated Value/Previous Value) -1) X 100 |
- If Percent Change ≥ maximum allowed percentage change, alarm is set.
- If Percent Change < maximum allowed percentage change, alarm is not set.
Example
- calcparm1 = 10
In this example, the Percent Deviation bit is set because the percentage change (79.0319%) of the updated value and the previous value is greater than the calcparm value of 10%.
|
((95.322/53.243) -1) X 100 = 79.0319% |
|
Alarm Calculation Results — Deviation Percent |

